<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section {
    padding: 70px 0;
}
.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: bold;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.hy-menu {
    float: right;
    width: 760px;
    margin-top: -30px;
}
.hy-menu li {
    float: left;
    width: 49.333333%;
}
.hy-menu li a {
    display: block;
    margin: 49px 0 0 30px;
}
.hy-menu li h4 {
    margin: 0;
    position: relative;
    font-size: 16px;
    color: #fff;
    background-color: #666;
    width: 125px;
    text-align: center;
    line-height: 2;
    font-weight: normal;
}
.hy-menu li p {
    margin: 10px 0 0;
    color: #666;
    font-size: 13px;
    line-height: 1.8;
    height: 46px;
    overflow: hidden;
}
.hy-menu li h4 small {
    position: absolute;
    font-size: 15px;
    width: 26px;
    line-height: 26px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #f7c433;
    left: -15px;
    top: -15px;
    font-weight: bold;
}
.hy-con {
    float: left;
    width: 390px;
}

.hy-menu li.active h4 {
    background-color: #015cb5;
}
.hy-menu li.active a:after {
    visibility: visible;
}
.hy-menu li a:after {
    display: block;
    content: '';
    width: 60px;
    height: 2px;
    background-color: #015cb5;
    margin-top: 15px;
    visibility: hidden;
}
.hy-con .swiper-slide .img-center {
    position: relative;
    padding: 10px 10px 0 0;
}
.img-center {
    text-align: center;
    font-size: 0;
}
.hy-con .swiper-slide .img-center:before {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    content: '';
}
.hy-con .swiper-slide .img-center img {
    position: relative;
}
.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}</pre></body></html>